Using object sources

Root Object Source contains all objects in the project graph of the currently active scene. You can use object sources and filters to tell the render pass which objects in your Kanzi application you want to render.

When you create a new render pass, Kanzi Studio by default uses Root Object Source to render all objects in the project graph of the currently active scene.

Use Root Object Source with filters and Combine Object Source to render only specific objects in your project and achieve the desired rendering effect. See Filters, Composers, and Rendering.

Root Object Source does not have configurable properties.

Creating a combine object source

Combine object source collects and combines project graph objects from one or more input sources.

To use a combine object source:

  1. Create at least two filters. See Filters.
  2. In the Library right-click Composing > Pipeline and select Create > Combine Object Source.
  3. In the Properties set the Input property to the filters or other combine object sources that collect objects in the project graph.

Using combine object sources

To use combine object sources:

  1. In the Library > Composing > Composers select or create the render pass which you want to use to achieve a desired rendering result. See Rendering.
  2. In the Properties set the Object Source property to either a filter, combine object source, or root object source.
    The render pass now renders only the objects collected by the selected filter or object source.

See also

Filters

Composers

Rendering